Xcode falsely claims CFBundleExecutable to be (null)

前端 未结 4 1151
天涯浪人
天涯浪人 2021-01-03 06:49

I\'m trying to create an ad-hoc build of an iPhone app for beta testing.

On their end, they\'re seeing an error like the following:

\"The info.plist for appl

4条回答
  •  一整个雨季
    2021-01-03 07:43

    This is a know issue of SDK:

    Changing an iPhone Executable's working directory from “Build Products directory” may cause the application not to install properly with the error message “The Info.plist for application at (null) specifies a CFBundleExecutable of (null), which does not exist.”

    as you can see here: http://developer.apple.com/iphone/library/releasenotes/General/RN-iPhoneSDK-3/index.html

    For me, it worked to change the working directory. I created the problem deleting by hand the build directory.

提交回复
热议问题