Xcode 5 storyboard compile failure

后端 未结 5 991
清歌不尽
清歌不尽 2021-01-01 21:19

I\'m running Xcode 5 and building for iOS 7. When I try to build this project for archiving I get this error. I get it on my local machine and on my jenkins build server. I

5条回答
  •  野趣味
    野趣味 (楼主)
    2021-01-01 21:52

    Just feel I should add that I had this problem for a while and had no clue how to solve it.

    Turns out one of my Storyboard IDs had a slash in (/) which was causing the error. Removing this slash resolved the error!

    Hope this helps some people!

提交回复
热议问题