简体   繁体   中英

iPhone app opens to black screen after refactor proj name in xCode 4

Guys, i wonder if any one can help - My project was fully working in both the simulator and on a device, however, i renamed the project in xcode 4 (double clicking at the root of the project navigation pane, it was happy to rename any references - but now when i launch the app it only opens to the main window (yes it has outlets, all have outlets etc etc),

no code in the app delegate stops at a break point (even in didFinishLaunchingWithOptions)

so unsure what i could have missed, i have looked at other answers and everyone writes and says "missing outlet" etc.

I have dragged some backed up version of the app delegate that used to work and no difference, what could i be missing.

I do have source control, however currently in the process of merging from VSS to GIT.

thanks

lee

Check your Info.plist for what it uses as it's Main Nib File. Perhaps something changed there? Also, within the nib file itself you might have problematic connections to classes that are still named with the old name.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM