ios - Xcode 6 GM, IB Challenge and Swift -
i'm hoping can me or let me know i'm not going out of mind. have been searching answer issue past 4 hours , have tried many solutions, none seem help.
my challenge don't seem able make use of custom class view controller within gm release of xcode 6. here have done.
begin new project using file -> new -> project, selected ios single view application start. once initial application has been created, runs fine within simulator.
now go
viewcontroller.swift
, change class
viewcontroller: uiviewcontroller {
classviewcontrollerxxx:
uiviewcontroller {next, go
main.storyboard
, select view controller and
drop down custom list class not see custom class.
now here gets strange.
if open project created on earlier beta build of xcode, above process works fine , see custom class, not newly created projects.
does else see behavior, or me?
hoping can shed light me...
btw - manually defining custom class name doesn't work either - runtime error saying class unknown.
many in advance, jon
it appear have fixed although have no idea how or why. of projects stored in folder \users\jon\code. renamed code folder code.old , code again , whatever reason, works without issue. have 0 idea caused issue nothing in folder has changed, issue resolved, or @ least appears be.
so else experiencing issue. first try creating project in location different when experiencing problem. example, if creating project in documents, try creating in root of home folder.
if works, drop terminal , using mv command, rename projects folder else , again. after this, able create many new projects wanted, none had issue.
hope helps someone...
Comments
Post a Comment