yvzzztrk / FirebaseSampleCocoaTouchFrameworkSwift

This a sample cocoa touch framework with firebase sdks w/out cocoapods
2 stars 0 forks source link

errors when building framework #1

Open RexArne opened 6 years ago

RexArne commented 6 years ago

I have used your example for building a swift framework including Firebase without using CocoaPods. I followed the readme file instructions over and over again, but keep getting errors. Most of then regarding leveldb.

I used both SWIFT 3.3 en 4.1 and Xcode 9.3. I have compared my project with yours, but I am not able to find where it is going wrong.

Did you use a Cocoa Touch Framework Project? Could you take a look at my project? https://www.dropbox.com/s/37r4b24wexyox8t/MYAFirebaseFramework.zip?dl=0

yvzzztrk commented 6 years ago

Hi,

Yes, I used Cocoa Touch Framework Project. I had look into your project, it seems, it has different target build settings. Is this Cocoa Touch Framework Project? @RexArne