Search found 9 matches

Go to advanced search

by jeanlolo
28 Aug 2015 15:48
Forum: VLC for iOS, iPadOS and Apple TV
Topic: iOS8/Swift and MobileVLCKit build fails
Replies: 15
Views: 2252

Re: iOS8/Swift and MobileVLCKit build fails

It works!
Thank you so much for all your help Felix, you rock!
by jeanlolo
27 Aug 2015 14:22
Forum: VLC for iOS, iPadOS and Apple TV
Topic: iOS8/Swift and MobileVLCKit build fails
Replies: 15
Views: 2252

Re: iOS8/Swift and MobileVLCKit build fails

Hello Felix,

do you have any news on that cook?

Thanks
by jeanlolo
24 Aug 2015 17:44
Forum: VLC for iOS, iPadOS and Apple TV
Topic: iOS8/Swift and MobileVLCKit build fails
Replies: 15
Views: 2252

Re: iOS8/Swift and MobileVLCKit build fails

With great pleasure!
Thank you Felix.
by jeanlolo
24 Aug 2015 14:43
Forum: VLC for iOS, iPadOS and Apple TV
Topic: iOS8/Swift and MobileVLCKit build fails
Replies: 15
Views: 2252

Re: iOS8/Swift and MobileVLCKit build fails

After searching a bit I succeeded in compiling the blank objective C project with a 6.1 deployment target, unfortunately I need to make it work on iOS8 with swift.
by jeanlolo
24 Aug 2015 10:52
Forum: VLC for iOS, iPadOS and Apple TV
Topic: iOS8/Swift and MobileVLCKit build fails
Replies: 15
Views: 2252

Re: iOS8/Swift and MobileVLCKit build fails

I have in both cases: Undefined symbols for architecture x86_64: "std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >::find(wchar_t const*, unsigned long, unsigned long) const", referenced from: TagLib::String::find(TagLib::String const&, int) const in Mobil...
by jeanlolo
24 Aug 2015 10:01
Forum: VLC for iOS, iPadOS and Apple TV
Topic: iOS8/Swift and MobileVLCKit build fails
Replies: 15
Views: 2252

Re: iOS8/Swift and MobileVLCKit build fails

To be sure I created a new blank project: - I delete the Tests target - I add the podfile to the project - I execute "pod install" - I close my project, and open the the new workspace Here if I build I get the "Undefined symbols for architecture" error. So I check the flags in th...
by jeanlolo
21 Aug 2015 15:41
Forum: VLC for iOS, iPadOS and Apple TV
Topic: iOS8/Swift and MobileVLCKit build fails
Replies: 15
Views: 2252

Re: iOS8/Swift and MobileVLCKit build fails

Hello Felix, thanks for your answers. Unfortunately it still doesn't work. Here are my settings: http://i.imgur.com/BdFLTOz.png http://i.imgur.com/PyWYYey.png I just figured that in my Other Linker Flags, I had "-l stdc++" because I'm using Core Plot. Could it be the cause of the problem? ...
by jeanlolo
21 Aug 2015 14:25
Forum: VLC for iOS, iPadOS and Apple TV
Topic: iOS8/Swift and MobileVLCKit build fails
Replies: 15
Views: 2252

Re: iOS8/Swift and MobileVLCKit build fails

My C++ Standard Library setting is set to libc++
by jeanlolo
21 Aug 2015 11:04
Forum: VLC for iOS, iPadOS and Apple TV
Topic: iOS8/Swift and MobileVLCKit build fails
Replies: 15
Views: 2252

iOS8/Swift and MobileVLCKit build fails

Hello, I'm struggling a bit to build my project with MobileVLCKit and cocoapods. Without adding any VLCKit code, I get errors when building the app, on simulator or device. Pod file: platform :ios, '8.0' target 'VLCKitTest' do pod 'MobileVLCKit' end This is the error I get Undefined symbols for arch...

Go to advanced search