Forum Navigation
You need to log in to create posts and topics.

Adding FB's NSLog.framework to an Xcode project

Posted by: bernfbe <bernfbe@...>


In another thread, Rich wrote:

there is a problem with NSLog when you “Make Xcode Project”
The Xcode project will not build because it does not like all of the NSLog statements.


Managed to get FB's NSLog.framework working in an Xcode project.

The following procedure is a bit messy and would be great if it could be automated in Make Xcode Project.

1. Include NSLog.incl in your FB app.
2. Build the FB app.
3. Choose Command/Make Xcode Project.
4. Dig down into FutureBasic.app/Contents/Resources/build_goodies/Frameworks/NSLog.framework
5. Drag NSLog.framework to the Xcode project (making sure you turn on 'Copy items if needed' checkbox) then click Finish.
6. In the Xcode project...
a) choose the General tab
b) click on the app name under 'TARGETS'
c) scroll down to 'Frameworks, Libraries, and Embedded Content
d) choose 'Embed Without Signing' in the popup menu to the right of NSLog.framework


7. Run the Xcode project.

Don't know if such an app will be allowed on the AppStore though.

Bernie


--
To unsubscribe, send ANY message to: [email protected] To access the list archives, go to: http://freegroups.net/groups/futurebasic/