Ich verwende Xcode 3.2.1 in Projekt, in dem Basis SDK iPhone Gerät 3.0 ist und iPhone OS Deployment Ziel ist iPhone OS 2.0 , mit anderen Worten eine rückwärts kompatible Anwendung.
Das Problem ist , MapKit Rahmen . Es ist , als hinzugefügt Weak verknüpfte Bibliothek , aber die App eines Anknüpfungspunkt nicht nur für „Device - 2.2.1“ Ziel. Ich habe die Ideen ausgehen ... Was kann ich sonst noch tun , aber die Bibliothek als „schwach“ verknüpft markieren? Früher war es ursprünglich arbeiten, aber nicht mehr.
Hier ist ein Teil der Befehlszeile, die ich ganz gut aussieht:
-framework Foundation -framework UIKit -framework CoreGraphics
-weak_framework CoreLocation -weak_framework MapKit
Fehlerhinweis:
ld: framework not found MapKit
collect2: ld returned 1 exit status
Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/g++-4.0 failed with exit code 1













