문제

I just downloaded Scintilla and thought I'd first compile and run the test project, to see it for myself. Everything compiled alright, so that was a relief, but then XCode hit me with ibtool failed with exception: Some Object IDs were duplicated. I am using XCode 3.2.5. I have no idea what is relevant (except for the xib files, but I can't upload those, because SO can't display them), so please leave in the comments what is relevant to troubleshoot the issue. I have no idea where to start.

도움이 되었습니까?

해결책

I solved it. Somehow, in the menu bar there were some duplicate IDs. The problem disappeared after I deleted all menus except the menu in bold from the menu bar. It's a bug in their test project.

If someone knows a way to find such a duplicate ID, I would be very grateful, because sometimes deleting so many objects isn't a viable option.

다른 팁

Under build settings check "Other interface builder flag" settings. Change that to none settings and check once.

This might help in resolving your issue.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top