Sticker Pack Interface Builder Storyboard Compiler

2019-07-20 06:59发布

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

IB Error

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

3条回答
爷、活的狠高调
2楼-- · 2019-07-20 07:11

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.

enter image description here

查看更多
别忘想泡老子
3楼-- · 2019-07-20 07:25

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.

查看更多
我欲成王,谁敢阻挡
4楼-- · 2019-07-20 07:31

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.

查看更多
登录 后发表回答