Hello Team,
I opened JasperMobile.xcodeproj in Xcode. Then it gives 3 issues.
Im using Xcode 4.2.
2 issues > Defines Presentation Context is not available prior to Xcode 4.2.
and
Warning: Multiple build commands for output file /Users/macadmin/Library/Developer/Xcode/DerivedData/JasperMobile-elodwluoyrrptuebwrcmdkqidlzf/Build/Products/Debug-iphonesimulator/JasperMobile.app/jaspersoft-sdk-resources.bundle
How to fix these issues?
1 Answer:
Posted on January 22, 2014 at 7:37am
Hi,
Try to uncheck the "Defines Context" checkbox in the attributes inspector.
To do this:
- Open "MainWindow.xib" file;
- In interface builder open "Document Outline" (Editor -> Show Document Outline tab);
- Select Navigation Controller - Library;
- Go to View -> Utilities -> Attributes Inspector. There you will find "Defines Context" checkbox.
That will remove warnings.