How to regenerate an iPhone Xcode info.plist file

后端 未结 3 979
臣服心动
臣服心动 2020-12-16 05:36

I have moved my iPhone app from one machine to another. In the process my info.plist file seems to have a bad bundle identifier and is not working. I want to create an ent

3条回答
  •  自闭症患者
    2020-12-16 06:25

    I had problem finding "Info.plist" file too, especially that some C++ test application target doesn't have "Info" tab, so modification in this file had to be done manually.

    To find it:

    1. Select project in project navigator
    2. Select desired target (project can have multiple targets)
    3. Select tab "build Settings"
    4. Search for entry "Info.plist File". There you should find path of this file

    Tested on Xcode 7.3.

    In my case I had to "Allow Arbitrary Load" in "App Transport Security Settings" to restore insecure HTTP protocol.

提交回复
热议问题