0

Weird stuff happening. I'm developing an iOS app under iOS 4.2 using Xcode 3. I have the same app in two different folders and they have different xib files (because of two different languages of resources). When I'm firing up to study console logs I'm getting the other one app on device - not the one I have opened at the time... sometimes it even gets weirder: I'm starting app A, but I see on my iPhone (4S btw) intro from version A and menu from B... Meanwhile both were succesfully installed onto device, so I can manually use them separately - but not while running from Xcode.

edit: these two apps have different bundle id and names

4

1 回答 1

0

两件事情:

  1. 构建前清理 (Shift-Cmd-K)

  2. 构建应用程序时在 iPhone 上打开另一个版本的原因是它们都在 info.plist 中共享相同的包标识符 (CFBundleIdentifier)

于 2013-05-22T16:38:14.767 回答