ffranke / Laker-Compendium

Laker is a compendium of files, frameworks, styles and tips for designing digital publications in HTML5.
http://www.lakercompendium.com
306 stars 41 forks source link

Laker setup #119

Open kaoba opened 10 years ago

kaoba commented 10 years ago

Hi everyone!

I'm trying to setup Laker framework in Xcode, but i'm not able... i just downloaded Baker and added the book folder of the laker starter pack, but when I run my xcode file I can't get the laker example... i'm doing something wrong?

thanks for your help!

yujulio commented 10 years ago

Did you setup Baker as a Standalone or a Newstand App?

2013/10/28 kaoba notifications@github.com

Hi everyone!

I'm trying to setup Laker framework in Xcode, but i'm not able... i just downloaded Baker and added the book folder of the laker starter pack, but when I run my xcode file I can't get the laker example... i'm doing something wrong?

thanks for your help!

— Reply to this email directly or view it on GitHubhttps://github.com/ffranke/Laker-Compendium/issues/119 .

kaoba commented 10 years ago

hi Julio, I setup it as Newstand app

yujulio commented 10 years ago

You have to set it up as a Standalone App if you want to use Laker from the book folder, if you use the Newstand Mode the app it's gonna fetch the issues online and not locally.

2013/10/29 kaoba notifications@github.com

hi Julio, I setup it as Newstand app

— Reply to this email directly or view it on GitHubhttps://github.com/ffranke/Laker-Compendium/issues/119#issuecomment-27313534 .

kaoba commented 10 years ago

ok!

to get the Bundle ID, I need to be a developer? I'm following this tutorial: https://github.com/Simbul/baker/wiki/Tutorial-for-Standalone-App but when I build the application I get Build failed with this issues:

"_OBJCCLASS$_NKLibrary", referenced from:

clang: error: linker command failed with exit code 1 (use -v to see invocation)

kaoba commented 10 years ago

I get the error when I make the step 5:

Remove NewsstandKit.framework from the list of linked libraries

yujulio commented 10 years ago

The BundleID is the name of the app. It comes "baker" as default, you need to change that.

2013/10/29 kaoba notifications@github.com

I get the error when I make the step 5:

Remove NewsstandKit.framework from the list of linked libraries

— Reply to this email directly or view it on GitHubhttps://github.com/ffranke/Laker-Compendium/issues/119#issuecomment-27316525 .

kaoba commented 10 years ago

I still getting the error...

I follow this instructions: https://github.com/Simbul/baker/wiki/Tutorial-for-Standalone-App