I’m creating static library for sharing code(iphone)for that i’m following the
below link
It works fine in simulator but,when i tried to port with device it show me an error.What all are changes i should do to change from simulator to device.
Anyone please help me out to do this..

Thank You
You have to build the library by setting project for device as well as simulator.
Sometimes you did for simulator,and forgot to do for device.In that time you will get error like that.