Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 11    Views: 40

Tubaad
Aspiring developer
Profile
Posts: 35
Reg: May 29, 2012
RANHEIM
2,000
03/24/14 08:34 AM (10 years ago)

import libiconv.dylib INTO build phases / libraries How?

Hi, The above are the instructions for using the QR code plugin. I am sorry for the dumb questions, but: 1. Where do I get libiconv.dylib? is it a file? 2. What is "build phases / libraries"? In xcode? 3. How do I install it? Google-ing did not help this time :)
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
03/24/14 11:36 AM (10 years ago)
 
Tubaad
Aspiring developer
Profile
Posts: 35
Reg: May 29, 2012
RANHEIM
2,000
like
03/24/14 01:06 PM (10 years ago)
Ok, with good instructions, that part was easy. But now, scanning starts up, pointing to a but I am getting "Plugin not found?" on the test iphone. "Missing Plugin: the View Controller for this plugin was not compiled in the XCode project" Any ideas?
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
03/24/14 01:17 PM (10 years ago)
May be a stupid question, but I gotta ask. Did you make sure to drag in the plugins folder into Xcode?
 
Tubaad
Aspiring developer
Profile
Posts: 35
Reg: May 29, 2012
RANHEIM
2,000
like
03/24/14 01:20 PM (10 years ago)
On my level it is a highly relevant question :) But yes, I did drag them over: http://puu.sh/7HZWK.png Otherwise it would not bring up the camera view either I guess?
 
Tubaad
Aspiring developer
Profile
Posts: 35
Reg: May 29, 2012
RANHEIM
2,000
like
03/24/14 01:23 PM (10 years ago)
The error message appears immediately when the camera recognizes the QR code
 
Tubaad
Aspiring developer
Profile
Posts: 35
Reg: May 29, 2012
RANHEIM
2,000
like
03/24/14 01:25 PM (10 years ago)
QR code represents a simple URL: http://www.lowbrassmusic.com/ Image of the QR code: http://puu.sh/7I0tw.png
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
03/24/14 01:31 PM (10 years ago)
Ahh okay - I gotcha now. You need to add the Custom URL plugin to your project
 
Tubaad
Aspiring developer
Profile
Posts: 35
Reg: May 29, 2012
RANHEIM
2,000
like
03/24/14 01:53 PM (10 years ago)
Thanks - worked like a charm. Next challenge: After having scanned an mp3-link the music starts playing immediately. Great! But when done playing I need to click three times to start a new scanning. 1. "Done" (on the media player) 2. "Scan" (Back to the scan screen) 3. "Press to scan" (plugin button) Is there a way to get away with just one button? Or at least just 2? All ideas appreciated!
 
chris1
Code is Art
Profile
Posts: 3862
Reg: Aug 10, 2012
Austin, TX
50,120
like
03/24/14 02:02 PM (10 years ago)
You could - but you'd need to edit the code on the media player plugin that you're using. Essentially you're wanting to look for the code that handles the Done button and then add in the [self navLeftTap]; command to it.
 
Tubaad
Aspiring developer
Profile
Posts: 35
Reg: May 29, 2012
RANHEIM
2,000
like
03/24/14 02:11 PM (10 years ago)
Thanks - worked like a charm. Next challenge: After having scanned an mp3-link the music starts playing immediately. Great! But when done playing I need to click three times to start a new scanning. 1. "Done" (on the media player) 2. "Scan" (Back to the scan screen) 3. "Press to scan" (plugin button) Is there a way to get away with just one button? Or at least just 2? All ideas appreciated!
 
Tubaad
Aspiring developer
Profile
Posts: 35
Reg: May 29, 2012
RANHEIM
2,000
like
03/24/14 02:13 PM (10 years ago)
last post was a mistake. Thanks for all help! Great forum
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.