Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9112937
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T03:51:17+00:00 2026-06-17T03:51:17+00:00

I am developing a SUP based iOS application. I went a way through running

  • 0

I am developing a SUP based iOS application. I went a way through running the application on simulator, and never tested it on device. There is a folder Library, this is a static library that supports debugging and running application on simulator as well as on device. I have mentioned its absolute path in “Library Search Path” as:

$(SRCROOT)/Libraries/${BUILD_STYLE}-${PLATFORM_NAME} with recursive.

When I build my application with simulator, it works fine. But when I run it with device it throws some warning and 68 similar errors given below.

ld: warning: ignoring file Libraries/Debug-iphoneos/libAfariaSLL.a,
file was built for archive which is not the architecture being linked
(armv7s): Libraries/Debug-iphoneos/libAfariaSLL.a ld: warning:
ignoring file Libraries/Debug-iphoneos/libclientrt.a, file was built
for archive which is not the architecture being linked (armv7s):
Libraries/Debug-iphoneos/libclientrt.a ld: warning: ignoring file
Libraries/Debug-iphoneos/libDatavault.a, file was built for archive
which is not the architecture being linked (armv7s):
Libraries/Debug-iphoneos/libDatavault.a ld: warning: ignoring file
Libraries/Debug-iphoneos/libMo.a, file was built for archive which is
not the architecture being linked (armv7s):
Libraries/Debug-iphoneos/libMo.a ld: warning: ignoring file
Libraries/Debug-iphoneos/libsupcore.a, file was built for archive
which is not the architecture being linked (armv7s):
Libraries/Debug-iphoneos/libsupcore.a ld: warning: ignoring file
Libraries/Debug-iphoneos/libSUPObj.a, file was built for archive which
is not the architecture being linked (armv7s):
Libraries/Debug-iphoneos/libSUPObj.a ld: warning: ignoring file
Libraries/Debug-iphoneos/libsupUltralite.a, file was built for archive
which is not the architecture being linked (armv7s):
Libraries/Debug-iphoneos/libsupUltralite.a ld: warning: ignoring file
Libraries/Debug-iphoneos/libMO.a, file was built for archive which is
not the architecture being linked (armv7s):
Libraries/Debug-iphoneos/libMO.a Undefined symbols for architecture
armv7s: “_OBJC_CLASS_$_SUPDataType”, referenced from:
objc-class-ref in WorkPlannerActivityMetaData.o
objc-class-ref in WorkPlannerChangeLogImplMetaData.o
objc-class-ref in WorkPlannerChangeLogKeyMetaData.o
objc-class-ref in WorkPlannerEmployeeCraftMetaData.o
objc-class-ref in WorkPlannerEmployeeMetaData.o
objc-class-ref in WorkPlannerEmployeeUserMetaData.o
objc-class-ref in WorkPlannerEquipmentMetaData.o
… “_OBJC_CLASS_$_SUPDatabaseMetaDataRBS”, referenced from:
_OBJC_CLASS_$_WorkPlannerWorkPlannerDBMetaData in WorkPlannerWorkPlannerDBMetaData.o
“_OBJC_CLASS_$_SUPAbstractStructure”, referenced from:
_OBJC_CLASS_$_WorkPlannerChangeLogKey in WorkPlannerChangeLogKey.o
_OBJC_CLASS_$_WorkPlannerKeyGeneratorPK in WorkPlannerKeyGeneratorPK.o
_OBJC_CLASS_$_WorkPlannerKeyPackageName in WorkPlannerKeyPackageName.o
_OBJC_CLASS_$_WorkPlannerLocalActivityEmployeeAssociationKey in WorkPlannerLocalActivityEmployeeAssociationKey.o
_OBJC_CLASS_$_WorkPlannerLocalActivityEquipmentAssociationKey in WorkPlannerLocalActivityEquipmentAssociationKey.o
_OBJC_CLASS_$_WorkPlannerLocalKeyGeneratorPK in WorkPlannerLocalKeyGeneratorPK.o
_OBJC_CLASS_$_WorkPlannerLocalPlanDetailKey in WorkPlannerLocalPlanDetailKey.o
… “_OBJC_CLASS_$_SUPKeyGenerator”, referenced from:
objc-class-ref in WorkPlannerKeyGenerator.o
_OBJC_CLASS_$_WorkPlannerKeyGenerator in WorkPlannerKeyGenerator.o “_OBJC_CLASS_$_SUPDefaultCallbackHandler”,
referenced from:
_OBJC_CLASS_$_CallbackHandler in CallbackHandler.o “_OBJC_METACLASS_$_SUPKeyGenerator”, referenced from:
_OBJC_METACLASS_$_WorkPlannerKeyGenerator in WorkPlannerKeyGenerator.o “_OBJC_CLASS_$_SUPClassDelegate”,
referenced from:
objc-class-ref in WorkPlannerChangeLogKey.o
objc-class-ref in WorkPlannerKeyGeneratorPK.o
objc-class-ref in WorkPlannerKeyPackageName.o
objc-class-ref in WorkPlannerLocalActivityEmployeeAssociationKey.o
objc-class-ref in WorkPlannerLocalActivityEquipmentAssociationKey.o
objc-class-ref in WorkPlannerLocalKeyGeneratorPK.o
objc-class-ref in WorkPlannerLocalPlanDetailKey.o

Please help in understanding what wrong is happening with my build setting or schema.

Thanks in advance!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T03:51:18+00:00Added an answer on June 17, 2026 at 3:51 am

    If your target is SUP 2.1.3 on iPad3/iOS6 built with XCode 4.5 you should be able to do it without problems.

    I’m developing an app with exactly the same specifics and I have no problem running it both with the Simulator and the device itself.

    You should be able to fix it just by changing the architecture of the project from Standard to armv7 (add it using Other… if you don’t see the option) and it will run on the iPad3.

    XCode

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

While developing an application using gwt in ecliplse crashed. Now the server is running
I am developing an application for Android using SUP 2.1.3. While initialization the application
Developing an ASP.NET MVC 3 application (my first) and running into some trouble with
Developing an HTML 5 application on new iPad's Mobile Safari iOS 5 that displays
Developing a heavily XML-based Java-application, I recently encountered an interesting problem on Ubuntu Linux.
Developing an iPhone application on Xcode 4.5.2. Device: iPhone 4. I was preparing my
Developing a C# .NET 2.0 WinForm Application. Need the application to close and restart
Iam developing one application.In that iam placing the radio buttons(uiimageview) on table view and
When developing an RCP application against a target platform, I ( and others )
iam developing one application.In that i need to get the music files from the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.