-
Notifications
You must be signed in to change notification settings - Fork 292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix some classes not autocompleting in Swift, updated template with Swift Appdelegates #1351
base: develop
Are you sure you want to change the base?
Conversation
LearnCocos2D
commented
Feb 12, 2015
- all CC classes now autocomplete (only exceptions: CCAppDelegate, CCMetalView)
- "Source" group now properly points to the Source folder
- Swift versions of AppDelegate with accompanying CCBProjectCreator update
- Fixes to Mac targets (did not shut down when window closed, spammed log with GL errors on shutdown)
Can you bring this up to date with the latest develop? I'd have no problem merging it |
…nt title bar height, view cut off at top
…nt title bar height, view cut off at top
I pulled latest apportable/develop, merged, pushed to my repo, and don't get any conflicts. Still git tells me it can't be merged automatically. How do I find out what the problem is? |
Test failure is more likely due to the test itself, it tries to build SB for iPhone 6?
|
You can ignore the test failure, that's just circleci failing to run the appropriate target. I'll look at what the problem is with the merge |
The merge conflicts appear to be mostly in the project template. If you try to rebase this branch onto origin/develop you will encounter these problems directly. |
Ah, now I see it. I had to rebase directly from origin rather than my local develop branch. So I merged the changes, ran build_distribution, launched SB to create both objc & swift projects and tested both on all three platforms (android builds currently don't work due to plugin but they don't throw any errors in the app's code itself, so that's good). Looks like we're good to go here, right? |
…nt title bar height, view cut off at top
darn, need to rebase again apparently ... |
Okay, don't merge this. Still trying to figure out what the hell is going wrong here. I'm in like an endless loop of rebasing here to the point where it seems more straightforwar to just pull latest, then manually re-applying the changes ... |
Okay, I created a new pull request (#1414) on a supposedly "clean" branch. |