Forum breadcrumbs - You are here:WeLoveGod RallysPublic Forums: futurebasicAdding FB's NSLog.framework to an …
You need to log in to create posts and topics.
Adding FB's NSLog.framework to an Xcode project
77,940 Posts
#1 · March 21, 2022, 1:48 pm
Quote from Forum Archives on March 21, 2022, 1:48 pmPosted 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.framework5. 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 tabb) click on the app name under 'TARGETS'c) scroll down to 'Frameworks, Libraries, and Embedded Contentd) choose 'Embed Without Signing' in the popup menu to the right of NSLog.framework7. 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/
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/
Click for thumbs down.0Click for thumbs up.0