Invalid Bundle Structure - iOS

前端 未结 7 1049
感情败类
感情败类 2021-01-12 07:00

I have tried do submit an application via Xcode (as well as the application loader) to the Apple store, and I received the following error:

Invalid Bu

7条回答
  •  陌清茗
    陌清茗 (楼主)
    2021-01-12 07:38

    see screen shot, this is the right side of xcode, where it says "text Encoding", 4 of my header files and objective C files where called something like "regular text files" instead of "Unicode (UTF-8), how they got that way, I don't know, but xCode decided to make them into binaries ".o" files, and even put them in where the pngs go in an archived project.

提交回复
热议问题