Unable to publish to mi IPAD

hi
im trying to publish my app to my iPAD
the simple test scenes of mobile assets works ok
but with my little example im allways receive 16 erros

“_GetNextFrameTime”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o

“_OpenStreamDemo”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o

“_GetYHeight”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o

“_GetUVStride”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o

“_DecodeFrame”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o

“_CloseStream”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o

“_ReAllocTexture”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o

“_DecodeAndUpload”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o

“_GetPicWidth”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o

“_GetYStride”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o

“_GetUVHeight”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o

“_GetPicHeight”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o

“_GetPlane”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o

“_GetAspectRatio”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o

Command /usr/bin/lipo failed with exit code 1
error: unable to open executable ‘/Users/pedropm/Library/Developer/Xcode/DerivedData/Unity-iPhone-abznwaxevcczpodpdyxdxnajdiei/Build/Products/intro.app/intro’

Ld /Users/pedropm/Library/Developer/Xcode/DerivedData/Unity-iPhone-abznwaxevcczpodpdyxdxnajdiei/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/Objects-normal/armv6/intro normal armv6
cd /Users/pedropm/Desktop/TheChance06012012/Version06012012/Ipad/metro/puenteipad/puenteipad
setenv IPHONEOS_DEPLOYMENT_TARGET 2.2.1
setenv PATH “/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin”
/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang++ -arch armv6 -isysroot /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS5.0.sdk -L/Users/pedropm/Library/Developer/Xcode/DerivedData/Unity-iPhone-abznwaxevcczpodpdyxdxnajdiei/Build/Products -L/Users/pedropm/Desktop/TheChance06012012/Version06012012/Ipad/metro/puenteipad/puenteipad -L/Users/pedropm/Desktop/TheChance06012012/Version06012012/Ipad/metro/puenteipad/puenteipad/Libraries -F/Users/pedropm/Library/Developer/Xcode/DerivedData/Unity-iPhone-abznwaxevcczpodpdyxdxnajdiei/Build/Products -filelist /Users/pedropm/Library/Developer/Xcode/DerivedData/Unity-iPhone-abznwaxevcczpodpdyxdxnajdiei/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/Objects-normal/armv6/intro.LinkFileList -dead_strip -all_load -weak_framework CoreMotion -miphoneos-version-min=2.2.1 -framework Foundation -framework UIKit -framework OpenGLES -framework QuartzCore -framework OpenAL -liconv.2 -liPhone-lib -framework AudioToolbox -framework CFNetwork -framework MediaPlayer -framework CoreLocation -framework SystemConfiguration -weak_framework iAd -framework CoreMedia -framework CoreVideo -weak_framework AVFoundation -framework CoreGraphics -weak_framework CoreMotion -weak_framework GameKit -o /Users/pedropm/Library/Developer/Xcode/DerivedData/Unity-iPhone-abznwaxevcczpodpdyxdxnajdiei/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/Objects-normal/armv6/intro

Undefined symbols for architecture armv6:
“_GetNextFrameTime”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o
“_OpenStreamDemo”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o
“_GetYHeight”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o
“_GetUVStride”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o
“_DecodeFrame”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o
“_CloseStream”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o
“_ReAllocTexture”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o
“_DecodeAndUpload”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o
“_GetPicWidth”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o
“_GetYStride”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o
“_GetUVHeight”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o
“_GetPicHeight”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o
“_GetPlane”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o
“_GetAspectRatio”, referenced from:
__Z19RegisterMonoModulesv in RegisterMonoModules.o
ld: symbol(s) not found for architecture armv6
clang: error: linker command failed with exit code 1 (use -v to see invocation)

im sure that inludes ar6 and arm7 symbols
and im deploying to y ios 5 and last sdk

im all lost
could you help me please?

thanks a lot in advance

I have this same issue now. Except I had to publish with arm7 since 6 is no longer supported by xcode.

Ld /Users/tgraupmann/Library/Developer/Xcode/DerivedData/Unity-iPhone-ciohbuopbhbwetcobgbmbrqcgfow/Build/Products/gravi.app/gravi normal armv7    cd /Users/tgraupmann/tagenigma/Hashbang/Graviios/Graviios
    setenv IPHONEOS_DEPLOYMENT_TARGET 3.1.3
    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/tgraupmann/Library/Developer/Xcode/DerivedData/Unity-iPhone-ciohbuopbhbwetcobgbmbrqcgfow/Build/Products -L/Users/tgraupmann/tagenigma/Hashbang/Graviios/Graviios -L/Users/tgraupmann/tagenigma/Hashbang/Graviios/Graviios/Libraries -F/Users/tgraupmann/Library/Developer/Xcode/DerivedData/Unity-iPhone-ciohbuopbhbwetcobgbmbrqcgfow/Build/Products -filelist /Users/tgraupmann/Library/Developer/Xcode/DerivedData/Unity-iPhone-ciohbuopbhbwetcobgbmbrqcgfow/Build/Intermediates/Unity-iPhone.build/Debug-iphoneos/Unity-iPhone.build/Objects-normal/armv7/gravi.LinkFileList -dead_strip -all_load -weak_framework CoreMotion -weak-lSystem -fobjc-link-runtime -miphoneos-version-min=3.1.3 -framework Foundation -framework UIKit -framework OpenGLES -framework QuartzCore -framework OpenAL -liconv.2 -liPhone-lib -framework AudioToolbox -framework CFNetwork -framework MediaPlayer -framework CoreLocation -framework SystemConfiguration -weak_framework iAd -framework CoreMedia -framework CoreVideo -weak_framework AVFoundation -framework CoreGraphics -weak_framework CoreMotion -weak_framework GameKit -o /Users/tgraupmann/Library/Developer/Xcode/DerivedData/Unity-iPhone-ciohbuopbhbwetcobgbmbrqcgfow/Build/Products/gravi.app/gravi


Undefined symbols for architecture armv7:
  "_ReAllocTexture", referenced from:
      RegisterMonoModules() in RegisterMonoModules.o
  "_OpenStream", referenced from:
      RegisterMonoModules() in RegisterMonoModules.o
  "_GetYStride", referenced from:
      RegisterMonoModules() in RegisterMonoModules.o
  "_GetYHeight", referenced from:
      RegisterMonoModules() in RegisterMonoModules.o
  "_GetPicY", referenced from:
      RegisterMonoModules() in RegisterMonoModules.o
  "_GetUVHeight", referenced from:
      RegisterMonoModules() in RegisterMonoModules.o
  "_GetPlane", referenced from:
      RegisterMonoModules() in RegisterMonoModules.o
  "_GetPicX", referenced from:
      RegisterMonoModules() in RegisterMonoModules.o
  "_GetPicHeight", referenced from:
      RegisterMonoModules() in RegisterMonoModules.o
  "_GetNextFrameTime", referenced from:
      RegisterMonoModules() in RegisterMonoModules.o
  "_GetAspectRatio", referenced from:
      RegisterMonoModules() in RegisterMonoModules.o
  "_CloseStream", referenced from:
      RegisterMonoModules() in RegisterMonoModules.o
  "_GetPicWidth", referenced from:
      RegisterMonoModules() in RegisterMonoModules.o
  "_GetUVStride", referenced from:
      RegisterMonoModules() in RegisterMonoModules.o
  "_DecodeFrame", referenced from:
      RegisterMonoModules() in RegisterMonoModules.o
  "_DecodeAndUpload", referenced from:
      RegisterMonoModules() in RegisterMonoModules.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I upgraded to the latest iOS, the latest xcode, and on Unity 3.5.7 I get the same error.

I’m using MobileMovieTexture and this seems to be related:

Removed MobileMovieTexture and it runs. I see the splash screen, it gets to the main menu and exits! Progress!