Skip to content

Commit

Permalink
[TIMOB-17925] Add the -ObjC flag back
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalduggal committed Nov 20, 2014
1 parent 2be8c54 commit 75cf8d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iphone/iphone/project.xcconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
TI_VERSION=0.0.0

OTHER_LDFLAGS[sdk=iphoneos*]=$(inherited) -weak_framework iAd
OTHER_LDFLAGS[sdk=iphonesimulator*]=$(inherited) -weak_framework iAd
OTHER_LDFLAGS[sdk=iphoneos*]=$(inherited) -ObjC -weak_framework iAd
OTHER_LDFLAGS[sdk=iphonesimulator*]=$(inherited) -ObjC -weak_framework iAd

0 comments on commit 75cf8d0

Please sign in to comment.