viezel / NappScrollViewExtended

TiUIScrollView extended with Pull To Refresh and Infinite Scrolling functionalities.
Other
30 stars 7 forks source link

Run in Device #1

Open boardmain opened 11 years ago

boardmain commented 11 years ago

Hi, im trying this script but im unable to run in device (work well in simulator) i tryed with titanium 3.0.0. and 3.0.2 but when i try to build i have the error

[INFO] :   Invoking xcodebuild [ERROR] :  \ BUILD FAILED ** [ERROR] :  The following build commands failed: [ERROR] :   Ld build/Debug-iphoneos/iPadCambi.app/iPadCambi normal armv7 [ERROR] :  (1 failure)

if i try from xcode to build this is the error

Undefined symbols for architecture armv7: "_OBJCCLASS$_TiUIScrollViewProxy", referenced from: _OBJCCLASS$_DkNappNappscrollviewextendedExtendedScrollViewProxy in libdk.napp.nappscrollviewextended.a(DkNappNappscrollviewextendedExtendedScrollViewProxy.o) "_OBJCMETACLASS$_TiUIScrollViewProxy", referenced from: _OBJCMETACLASS$_DkNappNappscrollviewextendedExtendedScrollViewProxy in libdk.napp.nappscrollviewextended.a(DkNappNappscrollviewextendedExtendedScrollViewProxy.o) "_OBJCCLASS$_TiUIScrollView", referenced from: _OBJCCLASS$_DkNappNappscrollviewextendedExtendedScrollView in libdk.napp.nappscrollviewextended.a(DkNappNappscrollviewextendedExtendedScrollView.o) "_OBJCMETACLASS$_TiUIScrollView", referenced from: _OBJCMETACLASS$_DkNappNappscrollviewextendedExtendedScrollView in libdk.napp.nappscrollviewextended.a(DkNappNappscrollviewextendedExtendedScrollView.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

boardmain commented 11 years ago

i have the last Xcode version

viezel commented 11 years ago

try to recompile it with sdk 3.0

boardmain commented 11 years ago

hi, i tried with 3.0.0 and 3.0.2, same problem, work well in the simulator, but error when i try to run on device im using xcode 4.6

viezel commented 11 years ago

I cannot replicate your error..

viezel commented 11 years ago

using 3.0.2

boardmain commented 11 years ago

Tried with new application, new profile , zip from the repository and example app.js file same error :(

boardmain commented 11 years ago

THis is the full error log if i try to build from xCode

Ld /Users/francesco/Library/Developer/Xcode/DerivedData/CambiPAD-durfvgldmcpdsfcmkszbfmwyhotl/Build/Products/Debug-iphoneos/CambiPAD.app/CambiPAD normal armv7 cd /Users/francesco/Documents/Titanium_Studio_Workspace/CambiPAD/build/iphone setenv IPHONEOS_DEPLOYMENT_TARGET 4.0 setenv PATH "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch armv7 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS6.1.sdk -L/Users/francesco/Library/Developer/Xcode/DerivedData/CambiPAD-durfvgldmcpdsfcmkszbfmwyhotl/Build/Products/Debug-iphoneos -L/Users/francesco/Documents/Titanium_Studio_Workspace/CambiPAD/build/iphone/lib -L/Users/francesco/Documents/Titanium_Studio_Workspace/CambiPAD/modules/iphone/dk.napp.nappscrollviewextended/1.0 "-L/Users/francesco/Library/Application Support/Titanium/modules/iphone/jp.msmc.tipaperfold/0.3.1" "-L/Users/francesco/Library/Application Support/Titanium/modules/iphone/ti.hud/0.1.0" "-L/Users/francesco/Library/Application Support/Titanium/modules/iphone/dk.napp.social/1.5" -F/Users/francesco/Library/Developer/Xcode/DerivedData/CambiPAD-durfvgldmcpdsfcmkszbfmwyhotl/Build/Products/Debug-iphoneos -filelist /Users/francesco/Library/Developer/Xcode/DerivedData/CambiPAD-durfvgldmcpdsfcmkszbfmwyhotl/Build/Intermediates/CambiPAD.build/Debug-iphoneos/CambiPAD.build/Objects-normal/armv7/CambiPAD.LinkFileList -dead_strip -ObjC -framework QuartzCore -framework QuartzCore -framework QuartzCore -framework QuartzCore -weak_framework iAd -weak_framework Social -weak_framework Accounts -weak_framework Twitter -weak_framework Social -weak_framework Accounts -weak_framework Twitter -weak_framework iAd -weak_framework CoreMedia -weak_framework CoreVideo -fobjc-link-runtime -miphoneos-version-min=4.0 -licucore -framework Foundation -weak_framework UIKit -framework CoreGraphics -weak_framework AddressBook -framework AddressBookUI -framework CFNetwork -framework CoreLocation -framework MapKit -framework MessageUI -framework MobileCoreServices -framework OpenGLES -framework QuartzCore -framework SystemConfiguration -lsqlite3 -lz -framework AudioToolbox -weak_framework MediaPlayer -framework AVFoundation -lxml2 -framework StoreKit -lTiCore -ldk.napp.nappscrollviewextended -ljp.msmc.tipaperfold -lti.hud -ldk.napp.social -framework ExternalAccessory -ltiverify -lti_ios_debugger -o /Users/francesco/Library/Developer/Xcode/DerivedData/CambiPAD-durfvgldmcpdsfcmkszbfmwyhotl/Build/Products/Debug-iphoneos/CambiPAD.app/CambiPAD

Undefined symbols for architecture armv7: "_OBJCCLASS$_TiUIScrollViewProxy", referenced from: _OBJCCLASS$_DkNappNappscrollviewextendedExtendedScrollViewProxy in libdk.napp.nappscrollviewextended.a(DkNappNappscrollviewextendedExtendedScrollViewProxy.o) "_OBJCMETACLASS$_TiUIScrollViewProxy", referenced from: _OBJCMETACLASS$_DkNappNappscrollviewextendedExtendedScrollViewProxy in libdk.napp.nappscrollviewextended.a(DkNappNappscrollviewextendedExtendedScrollViewProxy.o) "_OBJCCLASS$_TiUIScrollView", referenced from: _OBJCCLASS$_DkNappNappscrollviewextendedExtendedScrollView in libdk.napp.nappscrollviewextended.a(DkNappNappscrollviewextendedExtendedScrollView.o) "_OBJCMETACLASS$_TiUIScrollView", referenced from: _OBJCMETACLASS$_DkNappNappscrollviewextendedExtendedScrollView in libdk.napp.nappscrollviewextended.a(DkNappNappscrollviewextendedExtendedScrollView.o) ld: symbol(s) not found for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)

boardmain commented 11 years ago

i tried debug on device and it worked again run on device.. failed

azac commented 11 years ago

same problem - "symbol(s) not found for architecture armv7"

ulizama commented 10 years ago

Any possible updates on this issue?