Sticker Pack Interface Builder Storyboard Compiler Error Group

匆匆过客 提交于 2019-12-24 03:24:02

问题


WWDC 2016 came up with a new concept of creating Sticker Pack & push it to store from iOS10 onwards. I downloaded XCode 8 Beta, & tried to create a sticker pack app for the message extensions.

I did everything as explained but on building the project I am getting error

Interface Builder Storyboard Compiler Error Group

Strange thing is for Sticker Pack we don't need to write any code, but still it is showing error of Interface Builder.

I am getting this error under build time

I have also reported this to apple, but would like to know if anyone has any idea to remove this & execute my code.


回答1:


In my case, I rename application xcode-beta to xcode 8.0b in finder. After what IDE cann't open any xib and storyboard. Solution: don't rename app.




回答2:


I found the solution:

When you will download the Xcode-beta & when you will unzip the .xip file, the xcode-beta will present in same folder where the min file is downloaded, strange thing is that apple is not automatically pushing xcode-beta to Application folder.

If you are experiencing the same issue, push the xcode-beta executable to Applications folder, & execute your project from there & you will find that it will work like charm.




回答3:


Got it working finally. In my case, Xcode was there in the Applications folder, but for some reason it was named "Xcode-beta 2". Renamed it to "Xcode-beta", restarted the application, cleared derived data, and it started working.



来源:https://stackoverflow.com/questions/37829936/sticker-pack-interface-builder-storyboard-compiler-error-group

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!